Q3DirectionalLight_New
You can use theQ3DirectionalLight_New
function to create a new directional light.
TQ3LightObject Q3DirectionalLight_New ( const TQ3DirectionalLightData *directionalLightData);
directionalLightData
- A pointer to a directional light data structure.
DESCRIPTION
TheQ3DirectionalLight_New
function returns, as its function result, a new directional light having the characteristics specified by thedirectionalLightData
parameter.